home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 June / MacFormat 25.iso / Shareware City / Developers / OutOfPhase1.1 Source / OutOfPhase Folder / PlayAIFFFile.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-04  |  573 b   |  31 lines  |  [TEXT/KAHL]

  1. /* PlayAIFFFile.h */
  2.  
  3. #ifndef Included_PlayAIFFFile_h
  4. #define Included_PlayAIFFFile_h
  5.  
  6. /* PlayAIFFFile module depends on */
  7. /* MiscInfo.h */
  8. /* Audit */
  9. /* Debug */
  10. /* Definitions */
  11. /* BufferedFileInput */
  12. /* Files */
  13. /* Alert */
  14. /* SampleConsts */
  15. /* SoundOutput */
  16. /* DataMunging */
  17. /* EventLoop */
  18. /* Memory */
  19. /* SynthProgressWindow */
  20.  
  21. /* forwards */
  22. struct FileSpec;
  23.  
  24. /* ask the user for a file, and then try to play back its contents */
  25. void                                    PlayAIFFFile(void);
  26.  
  27. /* play specified AIFF file */
  28. void                                    PlayAIFFFileSpec(struct FileSpec* Where);
  29.  
  30. #endif
  31.